Conversation
|
View your CI Pipeline Execution ↗ for commit a6da35d
☁️ Nx Cloud last updated this comment at |
@code-pushup/ci
@code-pushup/cli
@code-pushup/core
@code-pushup/models
@code-pushup/create-cli
@code-pushup/nx-plugin
@code-pushup/axe-plugin
@code-pushup/coverage-plugin
@code-pushup/eslint-plugin
@code-pushup/js-packages-plugin
@code-pushup/jsdocs-plugin
@code-pushup/lighthouse-plugin
@code-pushup/typescript-plugin
@code-pushup/utils
commit: |
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit 125089c with previous commit e47bf34. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👍 2 groups improved, 👎 1 group regressed, 👍 7 audits improved, 👎 4 audits regressed, 14 audits changed without impacting score🗃️ Groups
31 other groups are unchanged. 🛡️ Audits
654 other audits are unchanged. |
# Conflicts: # packages/utils/src/lib/exit-process.int.test.ts # packages/utils/src/lib/exit-process.unit.test.ts # packages/utils/src/lib/profiler/profiler.unit.test.ts
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is ON, but it could not run because Privacy Mode (Legacy) is turned on. To enable Bugbot Autofix, switch your privacy mode in the Cursor dashboard.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on February 26
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
# Conflicts: # packages/utils/docs/profiler.md # packages/utils/src/lib/profiler/constants.ts # packages/utils/src/lib/profiler/profiler.ts # packages/utils/src/lib/profiler/profiler.unit.test.ts
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit 125089c with previous commit e47bf34. 💼 Project
|
| 🏷️ Category | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Documentation | 🟡 60 | 🟡 61 | |
| Code coverage | 🟢 95 | 🟢 95 |
4 other categories are unchanged.
👍 2 groups improved, 👍 5 audits improved, 👎 2 audits regressed
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| JSDocs coverage | Documentation coverage | 🟡 60 | 🟡 61 | |
| Code coverage | Code coverage metrics | 🟢 95 | 🟢 95 |
13 other groups are unchanged.
🛡️ Audits
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change |
|---|---|---|---|---|
| JSDocs coverage | Methods coverage | 🟨 11 undocumented methods | 🟨 10 undocumented methods | |
| JSDocs coverage | Properties coverage | 🟥 35 undocumented properties | 🟥 39 undocumented properties | |
| JSDocs coverage | Variables coverage | 🟥 50 undocumented variables | 🟥 50 undocumented variables | |
| JSDocs coverage | Functions coverage | 🟥 244 undocumented functions | 🟥 243 undocumented functions | |
| Code coverage | Branch coverage | 🟩 92 % | 🟩 91.9 % | |
| Code coverage | Function coverage | 🟩 95.9 % | 🟩 96 % | |
| Code coverage | Line coverage | 🟩 97.9 % | 🟩 98 % |
437 other audits are unchanged.
13 other projects are unchanged.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is ON, but it could not run because Privacy Mode (Legacy) is turned on. To enable Bugbot Autofix, switch your privacy mode in the Cursor dashboard.
Co-authored-by: Hanna Skryl <80118140+hanna-skryl@users.noreply.github.com>
Co-authored-by: Hanna Skryl <80118140+hanna-skryl@users.noreply.github.com>
Co-authored-by: Hanna Skryl <80118140+hanna-skryl@users.noreply.github.com>
Co-authored-by: Hanna Skryl <80118140+hanna-skryl@users.noreply.github.com>
Co-authored-by: Hanna Skryl <80118140+hanna-skryl@users.noreply.github.com>
Related:
Followup:
Note
Introduces a production-ready Node.js profiler with safe shutdown and trace output, and modernizes process-exit utilities.
NodejsProfilerthat auto-creates aWriteAheadLogFile, subscribes to process exit/fatal events, supports sharded trace paths, debug transition markers,stats/flush/filePath, and runtime enable/disable; extensive unit/integration tests and snapshots addedinstallExitHandlersreplaced bysubscribeProcessExit(returns unsubscribe, idempotent, supportsexitOnSignal/exitOnFatal/custom exit codes); tests updatedisLeaderWal/setLeaderWalrenamed toisCoordinatorProcess/setCoordinatorProcess;ShardedWalgains coordinator detection viaCP_SHARDED_WAL_COORDINATOR_ID; test updatesNodeJSProfilercapabilities, exit handlers, configuration; sink mock extended withgetPathomit-trace-json,awaitObserverCallbackAndFlush) to normalize trace snapshotsWritten by Cursor Bugbot for commit a6da35d. This will update automatically on new commits. Configure here.